@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.content {
  width: 1352px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.bgw {
  background: #fff;
}
.blue {
  color: #175dbd;
}
.phone {
  display: none;
}
.index_mar {
  margin-top: 20px;
}
.f26 {
  font-size: 26px;
}
/*banner*/
.index_bg {
  background: url(../images/index_bg.png) no-repeat center top #aacffc;
  padding: 0 0 40px;
}
.header {
  height: 377px;
}
.logo{
text-align: center;
}
.search {
  width: 353px;
  height: 52px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
float: right;
margin-top:32px;
}
.ss_txt {
  width: 255px;
  padding: 0 20px;
  line-height: 50px;
  border: none;
  background: none;
}
.ss_btn {
  width: 94px;
  height: 52px;
  background: #175dbd;
  line-height: 52px;
  color: #fff;
  border-radius: 26px;
  border: none;
}
.nav {
  background: #175dbd;
}
.nav li {
  width: 20%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  color: #fff;
  background: url(../images/nav_line.png) no-repeat right center;
}
.nav li:last-child {
  background: none;
}
.nav li::after {
  width: 100%;
  height: 4px;
  display: block;
  background: #175dbd;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active::after {
  transform: scale(1, 1);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.index {
  padding: 20px 0 40px;
}
.headline {
  height: 165px;
  padding: 0 60px;
  flex-direction: column;
}
.headline h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.index1 {
  padding: 0 30px;
}
.news_banner {
  width: 536px;
  padding: 30px 0 0;
}
.news_banner img {
  width: 100%;
  height: 377px;
}
.news_banner p {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  padding: 70px 140px 15px 15px;
  left: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  font-size: 18px;
}
.news_banner .swiper-pagination {
  text-align: right;
  padding-right: 8px;
  bottom: 16px;
}
.news_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  opacity: 0.2;
  background: #fff;
}
.news_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.news_box {
  width: 720px;
  padding: 17px 0 0;
}
.news_tab {
  font-size: 20px;
  border-bottom: solid 1px #eeeeee;
  line-height: 50px;
}
.news_tab li {
  padding: 0 15px;
  cursor: pointer;
}
.news_tab li.current {
  color: #175dbd;
  position: relative;
}
.news_tab li.current::after {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -2px;
  background: #175dbd;
  width: 100%;
  height: 3px;
  content: "";
}
.news_list {
  display: none;
}
.news_list:first-child {
  display: block;
}
.news_list li {
  background: url(../images/dot.png) no-repeat left center;
  padding-left: 20px;
  line-height: 55px;
  border-bottom: dashed 1px #e5e5e5;
}
.news_list li a {
  width: 70%;
}
.index2 {
  width: 663px;
  height: 436px;
  border: solid 1px #eeeeee;
}
.index2_bg1 {
  background: url(../images/index2_bg1.jpg) repeat-x center top #fff;
  padding: 25px 30px 0;
}
.index2_bg2 {
  background: url(../images/index2_bg2.jpg) repeat-x center top #fff;
  padding: 25px 27px 0;
}
.gongshi_tab {
  border-bottom: solid 1px #e9e9e9;
  line-height: 57px;
  font-size: 20px;
}
.gongshi_tab li {
  margin-right: 36px;
  cursor: pointer;
}
.gongshi_tab li.current {
  position: relative;
  font-size: 20px;
  color: #175dbd;
  font-weight: bold;
}
.gongshi_tab li.current::after {
  width: 79px;
  height: 3px;
  background: url(../images/tit1.png) no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
}
.index2_list {
  padding: 12px 0 0;
  display: none;
}
.index2_list:first-child {
  display: block;
}
.index2_list li {
  line-height: 55px;
}
.zhengwu_tit {
  color: #d4280f;
  font-size: 26px;
  background: url(../images/tit2.png) no-repeat left bottom;
  line-height: 55px;
  padding-bottom: 13px;
}
.zw_list li {
  width: 191px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 22px 0 0;
}
.zw_list li h4 {
  font-size: 18px;
  margin: 10px 0 0;
}
.zw_list li:first-child,
.zw_list li:nth-child(6) {
  background: url(../images/zw_bg1.png);
  color: #0073d1;
}
.zw_list li:nth-child(2),
.zw_list li:nth-child(4) {
  background: url(../images/zw_bg2.png);
  color: #4354f2;
}
.zw_list li:nth-child(3),
.zw_list li:nth-child(5) {
  background: url(../images/zw_bg3.png);
  color: #11b090;
}
.link_box {
  border: solid 1px #f5f5f5;
  padding: 24px 30px 0;
  height: 180px;
}
.link_box .swiper-pagination {
  position: static;
  margin: 20px 0 0;
}
.link_box .swiper-pagination-bullet {
  width: 15px;
  height: 11px;
  border-radius: 5px;
  background: #d1dff2;
  opacity: 1;
}
.link_box .swiper-pagination-bullet-active {
  width: 30px;
  height: 11px;
  background: #175dbd;
  border-radius: 5px;
}
.friendlink {
  height: 160px;
  padding: 25px 30px 0;
}
.friendlink_tit {
  font-size: 26px;
}
.select_box {
  margin: 15px 0 0;
}
.select_list {
  width: 243px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #e4e4e4;
  border-radius: 8px;
  color: #666;
  font-size: 16px;
  padding: 0 15px;
}
.footer_bg {
  background: #175dbd;
  padding: 30px 0;
  color: #fff;
}
.footer_nav {
  margin-left: -10px;
}
.footer_nav a {
  padding: 0 10px;
}
.copyright {
  line-height: 30px;
  margin: 25px 0 0;
  width: 900px;
}
.footer_img {
  right: 0;
  top: 45px;
}
.footer_img img {
  margin-left: 34px;
}
.talk_box {
  padding: 27px 44px 27px 24px;
}
.talk_box .swiper-button-prev,
.talk_box .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-size: 11px;
  opacity: 1;
  outline: none;
}
.talk_box .swiper-button-prev::after,
.talk_box .swiper-button-next::after {
  display: none;
}
.talk_box .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center rgba(255, 255, 255, 0.5);
}
.talk_box .swiper-button-prev:hover {
  background: url(../images/prev1.png) no-repeat center center rgba(255, 255, 255, 0.5);
}
.talk_box .swiper-button-next {
  background: url(../images/next.png) no-repeat center center rgba(255, 255, 255, 0.5);
  right: auto;
  left: 612px;
}
.talk_box .swiper-button-next:hover {
  background: url(../images/next1.png) no-repeat center center rgba(255, 255, 255, 0.5);
}
.talk_pic {
  width: 689px;
  height: 388px;
}
.visit_tit_box {
  border-bottom: solid 1px #e9e9e9;
  line-height: 70px;
}
.talk_con {
  width: 550px;
}
.visit_tit {
  font-size: 30px;
}
.visit_tit::after {
  width: 118px;
  height: 6px;
  background: #175dbd;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
}
.talk_txt {
  line-height: 50px;
  margin: 20px 0 0;
}
.talk_txt_tit {
  font-size: 20px;
  line-height: 1.5;
}
.talk_txt_con {
  margin: 10px 0 0;
}
.visit_link li {
  /*width: 198px;*/
width: 244px;
  height: 107px;
  border: solid 2px #eaf2ff;
  border-radius: 10px;
  background: #fff;
  margin-right: 32px;
  flex-direction: column;
  text-align: center;
}
.visit_link li:last-child {
  margin-right: 0;
}
.visit_link li img {
  width: 40px;
  height: 40px;
}
.visit_link li p {
  font-size: 18px;
  font-weight: lighter;
  margin: 10px 0 0;
}
.visit_link li:hover {
  background: url(../images/visit_link_bg.jpg) no-repeat right bottom #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.jyxc_box {
  width: 726px;
  height: 452px;
  padding: 20px 25px 0;
  background: url(../images/jyxc_bg.jpg) no-repeat right bottom #fff;
}
.myzj_box {
  width: 594px;
  height: 452px;
  padding: 20px 25px 0;
}
.visit_list {
  padding: 17px 0 0;
}
.visit_list li {
  background: url(../images/dot1.png) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  line-height: 52px;
}
.visit_list li a {
  width: 70%;
}
.zfxx_box {
  width: 336px;
  border: solid 2px #175dbd;
  padding: 30px 16px 16px;
}
.zfxx_tit {
  font-size: 26px;
}
.zfxx_list {
  padding: 10px 0 0;
}
.zfxx_list li {
  width: 140px;
  height: 108px;
  background: linear-gradient(to right, #eaf6ff, #d8eaff);
  text-align: center;
  margin: 20px 0 0;
  padding: 15px 0 0;
}
.zfxx_list li a {
  height: 100%;
}
.zfxx_list li img {
  width: 38px;
  height: 38px;
}
.zfxx_list li p {
  line-height: 20px;
  margin: 8px 0 0;
}
.zfxx_list li:last-child {
  padding: 0;
  width: 100%;
  height: 80px;
}
.zfxx_list li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zfxx_list li:last-child img {
  margin-right: 30px;
}
.person_box {
  width: 993px;
  height: 414px;
  padding: 12px 30px 0;
}
.person_tab {
  border-bottom: solid 1px #e9e9e9;
}
.person_tab li {
  line-height: 58px;
  font-size: 20px;
  padding: 0 20px;
  margin-right: 20px;
  cursor: pointer;
}
.person_tab li.current {
  position: relative;
  font-weight: bold;
  color: #175dbd;
}
.person_tab li.current::after {
  width: 79px;
  height: 3px;
  background: url(../images/tit1.png) no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
}
.person_list {
  display: none;
}
.person_list:first-child {
  display: block;
}
.person_list li {
  width: 82px;
  float: left;
  margin-right: 40px;
  text-align: center;
  margin-top: 20px;
}
.person_list li img {
  width: 100%;
  height: 96px;
}
.person_list li:first-child {
  width: 196px;
  margin-right: 25px;
  margin-top: 30px;
}
.person_list li:first-child img {
  height: 233px;
}
.person_list li:nth-child(7),
.person_list li:nth-child(13) {
  margin-right: 0;
}
.person_list li p {
  margin-top: 10px;
}
.jczw_box {
  width: 336px;
  padding: 5px 25px;
  margin: 20px 0 0;
}
.jczw_tit {
  font-size: 26px;
  background: url(../images/tit1.png) no-repeat left bottom;
  line-height: 88px;
}
.jczw_list1 {
  padding: 10px 0 25px;
  font-size: 0;
}
.jczw_list1 a {
  font-size: 18px;
  line-height: 54px;
  display: inline-block;
  margin-right: 29px;
}
.jczw_list1 a:nth-child(3n+3) {
  margin-right: 0;
}
.jczw_list2 a {
  height: 45px;
  border-radius: 6px;
  display: flex;
  text-align: center;
  background: #e5f0ff;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #175dbd;
  align-items: center;
  justify-content: center;
}
.jczw_list2 a:hover {
  background: #175dbd;
  color: #fff;
}
.zwgk_box {
  width: 993px;
  margin-top: -160px;
}
.zwgk {
  background: url(../images/zwgk_bg.jpg) repeat-x left top #fff;
  padding: 20px;
  border: solid 1px #eeeeee;
}
.zwgk_tab {
  border-bottom: solid 1px #b4cbea;
}
.zwgk_tab li {
  margin-right: 40px;
  line-height: 60px;
  cursor: pointer;
  font-size: 22px;
}
.zwgk_tab li.current {
  font-weight: bold;
  font-size: 26px;
  color: #175dbd;
}
.zwgk_list_box {
  display: none;
}
.zwgk_list_box:first-child {
  display: block;
}
.zwgk_list {
  padding: 10px 0 0;
}
.zwgk_list li {
  line-height: 54px;
}
.zwgk_list li a {
  width: 70%;
}
.zwgk_more {
  top: 20px;
  line-height: 60px;
  right: 20px;
}
.zwgk_list2 {
  border: solid 1px #eeeeee;
  padding: 25px 35px;
  margin: 20px 0 0;
}
.zwgk_list2 li {
  width: 100%;
  height: 85px;
  background: #f0f7ff;
  font-weight: bold;
  color: #175dbd;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.zwgk_list2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.zwgk_list2 li:nth-child(4),
.zwgk_list2 li:nth-child(5) {
  width: 450px;
}
.about_box {
  padding: 30px;
}
.about_pic {
  width: 547px;
}
.about_con {
  width: 700px;
}
.about_tit {
  font-size: 28px;
}
.about_txt {
  margin: 15px 0 25px;
  line-height: 2.25;
  text-align: justify;
 height:190px;
    overflow-y: auto;
padding-right:20px

}
.about_txt::-webkit-scrollbar{
	width:6px;
	border-radius: 10px;
}
.about_txt::-webkit-scrollbar{
	width: 6px;
	border-radius: 10px;
	background: #eee;
}
.about_txt::-webkit-scrollbar-track{
	background: #ddd;
	border-radius: 10px;
}
.about_txt::-webkit-scrollbar-thumb{
	background: #175dbd;
	border-radius: 10px;
}







.about_list li {
  width: 214px;
  height: 76px;
  background: url(../images/about_bg.jpg) no-repeat;
  font-size: 18px;
  font-weight: bold;
}
.about_list li img {
  margin-right: 15px;
}
.about_ad {
  margin-top: 20px;
}
.about_news {
  border: solid 1px #eeeeee;
  padding: 10px 25px 0;
  width: 436px;
  height: 432px;
}
.about_news_tit_box {
  border-bottom: solid 1px #b9ceeb;
  line-height: 67px;
}
.about_news_list {
  padding: 12px 0 0;
}
.about_news_list li {
  line-height: 54px;
}
.about_news_list li a {
  width: 70%;
}
.m_news_type {
  width: 273px;
  padding: 24px 20px 0;
}
.m_news_type li {
  height: 60px;
  background: #ebf1f8;
  margin-bottom: 15px;
}
.m_news_type li:hover {
  color: #fff;
  background: #175dbd;
}
.m_mews_box {
  width: 1057px;
  padding: 10px 25px 40px;
  border: solid 1px #eeeeee;
}
.m_tit {
  border-bottom: solid 1px #b9ceeb;
  line-height: 68px;
}
.m_news_list {
  padding: 10px 0 25px;
}
.m_news_list li {
  line-height: 54px;
}
.m_news_list li a {
  width: 70%;
}
.m_news_list span {
  float:right;
  color: #999 !important;
}
.pagination-first a {
  height: 48px;
  border: solid 1px #175dbd;
  border-radius: 10px;
  display: inline-block;
  line-height: 46px;
  margin: 0 10px;
  text-align: center;
  font-size: 18px;
  padding: 0 17px;
  color:#175dbd;
}
.pagediv a {
  height: 48px;
  border: solid 1px #175dbd;
  border-radius: 10px;
  display: inline-block;
  line-height: 46px;
  margin: 0 10px;
  text-align: center;
  font-size: 18px;
  padding: 0 17px;
  color:#175dbd;
}
.disabled{
  height: 48px;
  border: solid 1px #175dbd;
  border-radius: 10px;
  display: inline-block;
  line-height: 46px;
  margin: 0 10px;
  text-align: center;
  font-size: 18px;
  padding: 0 17px;
  color:#175dbd;
}
.pagediv > .current{
  height: 48px;
  border: solid 1px #175dbd;
  border-radius: 10px;
  display: inline-block;
  line-height: 46px;
  margin: 0 10px;
  text-align: center;
  font-size: 18px;
  padding: 0 17px;
  color:#175dbd;
}
.jiyeee{
  display:none;
}
.zxfokbtn{
  display:none;
}
.page_jump{
  display:none;
}
.page input {
  width: 59px;
  height: 48px;
  border-radius: 10px;
  line-height: 46px;
  border: solid 1px #175dbd;
  text-align: center;
  margin: 0 10px;
  color: #175dbd;
}
.pagination-last{display:none;}
.pagediv{text-align: center;}
.go {
  background: #175dbd;
  color: #fff;
}
.show {
  min-height: 500px;
  padding: 50px 60px;
}
.show_time {
  margin: 2% 0;
}
.show_time span {
  margin: 0 2%;
}
.show_txt {
  padding: 30px 0;
  min-height: 300px;
}
.nextpage a {
  max-width: 45%;
}
.interview_list {
  padding-bottom: 30px;
}
.interview_list li {
  padding: 20px 0;
}
.interview_pic {
  width: 390px;
  height: 220px;
}
.interview_con {
  width: 580px;
}
.interview_tit {
  font-size: 18px;
}
.interview_txt {
  margin: 10px 0;
}
.about_news2 {
  width: 665px;
}
.govpushinfo150203 li{
display: flex;
justify-content: space-between;
}
.news_list li a {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.govpushinfo150203 li{
display:none;}
.govpushinfo150203 li:nth-child(1),.govpushinfo150203 li:nth-child(2),.govpushinfo150203 li:nth-child(3),.govpushinfo150203 li:nth-child(4),.govpushinfo150203 li:nth-child(5),.govpushinfo150203 li:nth-child(6){
display: flex;
}

.bxt_hd {
    padding: 50px 0 34px 0;
}

.bxt .bxt_hd ul {
    display: table;
    margin: 0 auto;
}

.bxt_hd ul li {
    width: 255px;
    height: 57px;
    float: left;
    margin: 0 22px;
}

.bxt_hd ul li a {
    display: table;
    border: 1px solid #175dbd;
    border-radius: 8px;
    height: 57px;
    width: 100%;
}

.bxt_hd ul li a i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 3.5px 10px 0 40px;
    float: left;
}

.bxt_hd ul li a i img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.bxt_hd ul li a span {
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    display: table-cell;
    width: 100%;
}

.bxt_hd ul li.active>a {
    background: #175dbd;
    /* border-color: #326db7; */
    border-left: 6px solid #fbbb3d;
}

.bxt_hd ul li.active>a i {
    margin: 3.5px 10px 0 34px;
}

.bxt_hd ul li.active>a i img {
    top: -50px;
}

.bxt_hd ul li.active>a span {
    color: #fff;
}

.bxt_hd ul li:hover>a {
    background: #175dbd;
    /* border-color: #326db7; */
    border-left: 6px solid #fbbb3d;
}

.bxt_hd ul li:hover>a i {
    margin: 3.5px 10px 0 34px;
}

.bxt_hd ul li:hover>a i img {
    top: -50px;
}

.bxt_hd ul li:hover>a span {
    color: #fff;
}

.talking {
    min-height: 300px;
    padding: 50px 0 20px;
}

.btn1 {
    display: block;
    background-color: #175dbd;
    border-radius: 5px;
    color: #fff;
    width: 200px;
    height: 50px;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
    line-height: 50px;
}

.talking_list {
    width: 60%;
    margin: 0 auto;
}







